home *** CD-ROM | disk | FTP | other *** search
- Path: news-m01.ny.us.ibm.net!usenet
- From: geohei@ibm.net (Georges Heinesch)
- Newsgroups: comp.sys.amiga.datacomm,comp.sys.amiga.networking
- Subject: IPDial 20 problem
- Date: 28 Mar 1996 12:48:45 GMT
- Message-ID: <1294.6661T495T1683@ibm.net>
- NNTP-Posting-Host: slip139-92-41-30.ut.nl.ibm.net
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
-
- Hi.
-
- I installed IPDial 20 recently and modified the scripts according my
- system. I had to discover, that the new version is considerably faster,
- actually so fast that the modem doesn't follow.
-
- Here the beginning of the script :
-
- ----- cut here -----
-
- ...
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;
- ; Send initialization command.
-
- SEND "ATZ\r"
- WAIT TIMEOUT=5 "OK"
- ON STATUS GOTO ModemNotOk
-
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;
- ; Tell the modem not to hang up, when IPDial terminates.
-
- SEND "AT&D0\r"
- WAIT TIMEOUT=10 "OK"
- ON STATUS GOTO ModemNotOk
-
- ...
-
- ----- cut here -----
-
- After receiving the first "OK" from the modem, the scripts sends then
- "AT&D0", but the modem is not yet ready for it, how come ? I added now a
- "DELAY 0 50" before every "SEND" line, but if the modem reports "OK" from a
- previous command, it should be immediately ready to accept the next
- command, shouldn't it?
-
- TIA
-
-
- NB: Please forward every answer to this article as well to me (as E-Mail)
- since my newsserver keeps on loosing articles
- Thanks.
-
- --
- Georges Heinesch, Luxembourg
- geohei@ibm.net
- PGP 2.6.3i public key available on request and on public servers
-
- ... niammi niammi in my Tammi ...
-
-